home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Mark Pilgrim / Kant Generator Pro 1.0.1 / source / kode new / kant main window.h < prev    next >
Encoding:
Text File  |  1994-10-30  |  576 b   |  12 lines  |  [TEXT/MMCC]

  1. void SetupTheMainWindow(WindowPtr theWindow);
  2. void ShutDownTheMainWindow(void);
  3. void OpenTheMainWindow(WindowPtr theWindow);
  4. void IdleInMainWindow(WindowPtr theWindow, Point mouseLoc);
  5. void KeyPressedInMainWindow(WindowPtr theWindow, unsigned char theChar);
  6. void DisposeTheMainWindow(WindowPtr theWindow);
  7. Boolean CloseTheMainWindow(WindowPtr theWindow);
  8. void ActivateTheMainWindow(WindowPtr theWindow);
  9. void DeactivateTheMainWindow(WindowPtr theWindow);
  10. void CopybitsTheMainWindow(WindowPtr theWindow, WindowPtr offscreenWindow);
  11. void PasteInMainWindow(WindowPtr theWindow);
  12.